home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / rocketbi.swf / scripts / DefineButton2_422 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2011-03-26  |  115 b   |  7 lines

  1. on(press){
  2.    _root.screen = "winners";
  3.    _root.front.play();
  4.    _root.front.section = 7;
  5.    _Y = _Y + 2;
  6. }
  7.